Set Option Strict for all VB Projects
Although VB.NET allows you to perform implicit type conversions and late binding, you should avoid these practices. Implicit type conversions and late binding may lead to severe performance problems, runtime errors, and code that is difficult to read and maintain. For optimal performance, you should instruct Visual Basic to disallow implicit type conversions and late binding for all Visual Basic files. You should turn Option Strict on for all files in your project.
With Best Regards,
Mitesh Mehta
Email : miteshvmehta@gmail.com
http://cc.1asphost.com/miteshvmehta/
0 Comments:
Post a Comment
<< Home